UpdateUserDataProfileCallback

A callback that is invoked when the user is prompted to update the user data profile in the user data store. For example, when the user changes the email address to an empty string.

This callback is equivalent to the "Update Address?" bubble in Chromium.

Use the update method to update the user data profile in the autofill data store.

Use the decline method to decline to update the user data profile. If the current user data profile is declined then the callback will be invoked again when submitting the web form with the same user data.

The callback is not invoked if autofill is disabled.

Inheritors

Types

Link copied to clipboard
An action providing a response to the SaveUserDataProfileCallback.
Link copied to clipboard
interface Params
The parameters of the UpdateUserDataProfileCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.